home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / DefineSprite_129 / frame_30 / DoAction.as
Text File  |  2006-01-17  |  128b  |  11 lines

  1. vT += 1;
  2. if(vT == 40)
  3. {
  4.    tellTarget("/")
  5.    {
  6.       gotoAndStop("recepN");
  7.       play();
  8.    }
  9.    gotoAndPlay(35);
  10. }
  11.